WebOrder-v1.0 Schema
Rows Complex Type
WebOrder-v1.0 Schema : Rows Complex Type
Namespace urn:xmlns:nedfox-retaillink-com:WebOrder
Diagram
Price Element SkuQuantity Element ProductDescription Element Barcode Element All Row Element Sequence Rows Complex Type
Overview
Sequence
All
Choice
BarcodeValue optional xs:long
BarcodeText optional
SkuQuantity xs:int
Price optional
All
GrossSalePriceInclVat optional xs:decimal
NetSalePriceInclVat xs:decimal
SalePriceType Restriction of xs:string
Used By
Rows Element
Source
<xs:complexType name="Rows" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="Row" type="xsi:Row" minOccurs="1" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>
See Also
WebOrder-v1.0 Schema